chore(deps): update all non-major dependencies - #26
Merged
Conversation
leomp12
approved these changes
Jul 4, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.30.0->^5.30.4^5.30.0->^5.30.41.0.0-beta.46->1.0.0-beta.63^0.14.47->^0.14.48^8.18.0->^8.19.0^3.21.2->^3.22.0^0.16.0->^0.17.0^7.0.3->^7.0.7Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.30.4Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.30.3Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.30.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.30.1Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.30.4Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.30.3Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.30.2Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.30.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
withastro/astro
v1.0.0-beta.63Compare Source
Patch Changes
5fe52737Thanks @natemoo-re! - Fix internal error for MDX integrationv1.0.0-beta.62Patch Changes
f4943e0fThanks @tony-sull! - Adds support for the newastrojs/imageintegrationv1.0.0-beta.61Patch Changes
976e1f17Thanks @tony-sull! - Adds an option to disable HTTP streaming in Astro's productionAppserverv1.0.0-beta.60Compare Source
Patch Changes
192c4bcfThanks @FredKSchott! - Fix an issue with throwAndExit not awaiting032ad1c0Thanks @natemoo-re! - Internal changes needed to support@astrojs/mdx#3768
913591d1Thanks @FredKSchott! - Fix an issue with unfriendly config validation error outputUpdated dependencies [
8045c8ad]:v1.0.0-beta.59Compare Source
Patch Changes
1eab496eThanks @tony-sull! - Updates an error handler to expect updated@astrojs/litbehavior54cd6b8dThanks @tony-sull! - Fixes howinjectRouteparses route patterns on Windows#3750
dd176ca5Thanks @FredKSchott! - Add basic error reporting to astro telemetryUpdated dependencies [
dd176ca5]:v1.0.0-beta.58Compare Source
Patch Changes
4d6d8644Thanks @FredKSchott! - Update "astro add" output to remove confusing multi-select prompt.4d6d8644Thanks @FredKSchott! - Update the help output to improve formatting#3713
ebd7e7adThanks @FredKSchott! - Update telemetry to support a more anonymized project id.anonymousProjectIdis now hashed based on anonymous git data instead of your git remote URL.Updated dependencies [
ebd7e7ad]:v1.0.0-beta.57Compare Source
Patch Changes
86635e03Thanks @matthewp! - Fixes define:vars w/ styles used inside of componentsv1.0.0-beta.56Compare Source
Patch Changes
b5e3403fThanks @matthewp! - Fixes build some times breaking in large sitesb11e3b38Thanks @matthewp! - Ensure import.meta.env.SSR is true in SSR modev1.0.0-beta.55Compare Source
Patch Changes
#3696
3daaf510Thanks @matthewp! - Support for streaming responsesAstro supports streaming in its templates. Any time Astro encounters an async boundary it will stream out HTML that occurs before it. For example:
v1.0.0-beta.54Compare Source
Patch Changes
#3652
7373d61cThanks @natemoo-re! - Add renderer support for passing named slots to framework components.BREAKING: integrations using the
addRenderer()API are now passed all named slots viaRecord<string, string>rather thanstring. Previously only the default slot was passed.446f8c4fThanks @dc7290! - Added test for dir parameter in astro:build:done#3679
fa7ed3f3Thanks @matthewp! - Moves head injection to happen during renderingThis change makes it so that head injection; to insert component stylesheets, hoisted scripts, for example, to happen during rendering than as a post-rendering step.
This is to enable streaming. This change will only be noticeable if you are rendering your
<head>element inside of a framework component. If that is the case then the head items will be injected before the first non-head element in an Astro file instead.In the future we may offer a
<Astro.Head>component as a way to control where these scripts/styles are inserted.v1.0.0-beta.53Compare Source
Patch Changes
3d554fdbThanks @bholmesdev! - Fix PostCSS config not applied to Svelte component by default#3665
9a813268Thanks @matthewp! - Allow TypeScript inside script tagsThis makes it so that you can use TypeScript inside of script tags like so:
Note that the the VSCode extension does not currently support this, however.
921d9a27Thanks @FredKSchott! - Fix a bug withastro add reactadding a too-complex semver to your package.json85c33751Thanks @matthewp! - Allow specifying entryFileNames for client JSv1.0.0-beta.52Compare Source
Patch Changes
df02fad1Thanks @bholmesdev! - Fix: add @nanostores/preact to ALWAYS_NOEXTERNAL list for easier onboarding89884540Thanks @matthewp! - Fix regression with SSRManifest and client assets#3658
aeab8909Thanks @matthewp! - Inlines small hoisted scriptsThis enables a perf improvement, whereby small hoisted scripts without dependencies are inlined into the HTML, rather than loaded externally. This uses
vite.build.assetInlineLimitto determine if the script should be inlined.v1.0.0-beta.51Compare Source
Patch Changes
ef6282d5Thanks @hippotastic! - Fiximport.meta.envalso without trailing dotba5ad785Thanks @hippotastic! - Fix react dependencies to improve test reliabilityv1.0.0-beta.50Compare Source
Patch Changes
c20b93c4Thanks @matthewp! - Resolve .jsx -> .tsx in hydrated componentsv1.0.0-beta.49Compare Source
Patch Changes
7d4699b8Thanks @leader22! - Check null for props serializationv1.0.0-beta.48Compare Source
Patch Changes
#3625
f5afaf24Thanks @matthewp! - Significantly improved build performanceThis change reflects in a significantly improved build performance, especially on larger sites.
With this change Astro is not building everything by statically analyzing
.astrofiles. This means it no longer needs to dynamically run your code in order to know what JavaScript needs to be built.With one particular large site we found it to build 32% faster.
fca58cfdThanks @bholmesdev! - Fix: "vpath" import error when building for netlify edged9f6dcf6Thanks @natemoo-re! - Properly catch falsy components6ab749beThanks @hippotastic! - Add component hydration in Markdown E2E tests#3620
05aa7244Thanks @hippotastic! - Remove extra newlines around Markdown componentsUpdated dependencies [
80c71c7c,fca58cfd,9c8a7c0b,9c8a7c0b,48e67fe0,05aa7244]:v1.0.0-beta.47Compare Source
Patch Changes
0ffc350cThanks @arimgibson! - Fix: find a hosting network differently based on Node version4916b733Thanks @matthewp! - Inlines hydration scriptsevanw/esbuild
v0.14.48Compare Source
Enable using esbuild in Deno via WebAssembly (#2323)
The native implementation of esbuild is much faster than the WebAssembly version, but some people don't want to give Deno the
--allow-runpermission necessary to run esbuild and are ok waiting longer for their builds to finish when using the WebAssembly backend. With this release, you can now use esbuild via WebAssembly in Deno. To do this you will need to import fromwasm.jsinstead ofmod.js:Make sure you run Deno with
--allow-netso esbuild can download the WebAssembly module. Using esbuild like this starts up a worker thread that runs esbuild in parallel (unless you callesbuild.initialize({ worker: false })to tell esbuild to run on the main thread). If you want to, you can callesbuild.stop()to terminate the worker if you won't be using esbuild anymore and you want to reclaim the memory.Note that Deno appears to have a bug where background WebAssembly optimization can prevent the process from exiting for many seconds. If you are trying to use Deno and WebAssembly to run esbuild quickly, you may need to manually call
Deno.exit(0)after your code has finished running.Add support for font file MIME types (#2337)
This release adds support for font file MIME types to esbuild, which means they are now recognized by the built-in local web server and they are now used when a font file is loaded using the
dataurlloader. The full set of newly-added file extension MIME type mappings is as follows:.eot=>application/vnd.ms-fontobject.otf=>font/otf.sfnt=>font/sfnt.ttf=>font/ttf.woff=>font/woff.woff2=>font/woff2Remove
"use strict";when targeting ESM (#2347)All ES module code is automatically in strict mode, so a
"use strict";directive is unnecessary. With this release, esbuild will now remove the"use strict";directive if the output format is ESM. This change makes the generated output file a few bytes smaller:Attempt to have esbuild work with Deno on FreeBSD (#2356)
Deno doesn't support FreeBSD, but it's possible to build Deno for FreeBSD with some additional patches on top. This release of esbuild changes esbuild's Deno installer to download esbuild's FreeBSD binary in this situation. This configuration is unsupported although in theory everything should work.
Add some more target JavaScript engines (#2357)
This release adds the Rhino and Hermes JavaScript engines to the set of engine identifiers that can be passed to the
--targetflag. You can use this to restrict esbuild to only using JavaScript features that are supported on those engines in the output files that esbuild generates.eslint/eslint
v8.19.0Compare Source
Features
7023628feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)472c368feat: fix handling of blocklesswithstatements in indent rule (#16068) (Milos Djermanovic)Bug Fixes
fc81848fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)Documentation
3ae0574docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)f50cf43docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)ae4b449docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)280f898docs: use only fenced code blocks (#16044) (Milos Djermanovic)f5d63b9docs: add listener only if element exists (#16045) (Amaresh S M)8b639ccdocs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)b8e68c1docs: Update release process (#16036) (Nicholas C. Zakas)6d0cb11docs: remove table of contents from markdown text (#15999) (Nitin Kumar)Chores
e884933chore: usegithub-sluggerfor markdown anchors (#16067) (Strek)02e9cb0chore: revamp carbon ad style (#16078) (Amaresh S M)b6aee95chore: remove unwanted comments from rules markdown (#16054) (Strek)6840940chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin)48904fbchore: add missing images (#16017) (Amaresh S M)910f741chore: add architecture to nav (#16039) (Strek)9bb24c1chore: add correct incorrect in all rules doc (#16021) (Deepshika S)5a96af8chore: prepare versions data file (#16035) (Nicholas C. Zakas)50afe6fchore: Included githubactions in the dependabot config (#15985) (Naveen)473411echore: add deploy workflow for playground (#16034) (Milos Djermanovic)a30b66cchore: fix print style (#16025) (Amaresh S M)f4dad59chore: add noindex meta tag (#16016) (Milos Djermanovic)db387a8chore: fix sitemap (#16026) (Milos Djermanovic)285fbc5chore: remove TOC from printable (#16020) (Strek)8e84c21chore: remove ligatures from fonts (#16019) (Strek)firebase/firebase-functions
v3.22.0Compare Source
vitest-dev/vitest
v0.17.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
google/zx
v7.0.7Compare Source
Now it's possible to do:
v7.0.6Compare Source
v7.0.5Compare Source
v7.0.4Compare Source
zx/experimental.Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.